Next: Resending, Previous: Superseding, Up: Interface [Contents][Index]
The message-forward command pops up a message
buffer to forward the message in the current buffer. If given a
prefix, forward using news.
message-forward-ignored-headersIn non-nil, all headers that match this
regexp will be deleted when forwarding a message.
message-forward-included-headersIn non-nil, only headers that match this
regexp will be kept when forwarding a message.
message-make-forward-subject-functionA list of functions that are called to generate a subject header for forwarded messages. The subject generated by the previous function is passed into each successive function.
The provided functions are:
message-forward-subject-author-subjectSource of article (author or newsgroup), in brackets followed by the subject.
message-forward-subject-fwdSubject of article with ‘Fwd:’ prepended to it.
message-wash-forwarded-subjectsIf this variable is t, the subjects of
forwarded messages have the evidence of previous forwards
(such as ‘Fwd:’,
‘Re:’,
‘(fwd)’) removed before the new
subject is constructed. The default value is
nil.
message-forward-as-mimeIf this variable is t (the default),
forwarded messages are included as inline
MIME RFC822 parts. If it’s
nil, forwarded messages will just be copied
inline to the new message, like previous, non
MIME-savvy versions of Gnus would do.
message-forward-before-signatureIf non-nil, put forwarded message before
signature, else after.